MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: add(0(),y) -> y add(s(x),y) -> s(add(x,y)) c(x) -> mult(x,mult(x,x)) mult(0(),y) -> 0() mult(s(x),y) -> add(mult(x,y),y) - Signature: {add/2,c/1,mult/2} / {0/0,s/1} - Obligation: innermost runtime complexity wrt. defined symbols {add,c,mult} and constructors {0,s} + Applied Processor: EmptyProcessor + Details: The problem is still open. MAYBE